home *** CD-ROM | disk | FTP | other *** search
- tell application "iView mediaPro"
-
- tell window 1
-
- (* methods for accessing labels *)
-
- -- get the name of label 1
- -- get the name of label after label 1
- -- get the name of every label
- -- get the name of labels 1 through 4
- -- set the name of label 3 to "mega"
-
- (* get/set label properties *)
-
- -- get the color of label 1
- -- set the color of label 1 to {30069, 30069, 6168}
-
-
- (* function samples *)
-
- -- exists (labels whose name contains "2")
-
- end tell
-
- (* more samples *)
- -- get the name of every label of every window
- -- count labels of every window
-
- end tell